Welcome![Sign In][Sign Up]
Location:
Search - android kernel

Search list

[Linux-Unixs3c-u-boot-1.1.6_rel-4-3-2_20080917.tar.bz2

Description: 三星强片S3C6410开发板的bootloader源代码,注意为了能上传通过,在文件后缀添加了.zip,可以在下载完成后去掉这个后缀-Samsung S3C6410 film development board' s bootloader source code, pay attention to in order to be able to upload through the file suffix added. Zip, can download to remove the suffix after the completion of
Platform: | Size: 7199744 | Author: huangzhuo | Hits:

[Embeded Linuxroot_armv4_cupcake

Description: android 1.5 (cupcake)版本的对ARMV4T指令的支持补丁, 内核版本号为linux-2.6.27. 如果需要 2.6.25版本的补丁, 请找我另外上传的一份文件。-android 1.5 (cupcake) version of the instructions on the support of ARMV4T patch, kernel version for linux-2.6.27. If you need to 2.6.25 version of the patch, please come to me to upload another document.
Platform: | Size: 34469888 | Author: 何晓水 | Hits:

[androidAndroidkenrel

Description: Android剖析和机理,对Google的手机系统剖析-android kernel
Platform: | Size: 963584 | Author: 林海 | Hits:

[androidSimple-Flashlight

Description: Android GreenFlashLight code it will display a red flash light in android device display
Platform: | Size: 44032 | Author: tynchtyk | Hits:

[androidAndroid_V210_uboot_RTM10_1009.tar

Description: Aesop公司的S5PV210 UBOOT,用来启动linux 内核和Android。-Aesop S5PV210 UBOOT, used to start the linux kernel and Android.
Platform: | Size: 11587584 | Author: 陈风 | Hits:

[androidAndroid_kernel_simple_analysis

Description: android内核分析 Android_kernel_simple_analysis-android kernel analysis
Platform: | Size: 646144 | Author: fatbaby | Hits:

[androidcamera-on-off

Description: Android HAL 层对kernel层的GPIO的操作代码-Android HAL layer to control the Linux kernel GPIO.
Platform: | Size: 9216 | Author: nrk | Hits:

[androidPorting-the-android-system

Description: android系统移植过程详细介绍(包括源码下载、建立编译环境、编译源码,内核移植等)。-android system migration process details (including source code download, build environment, compiling source code, kernel porting, etc.).
Platform: | Size: 70656 | Author: 周杰伦 | Hits:

[androidAndroidKernelAnalyzing

Description: Android内核分析 论文,介绍Android系统内核,包括Android内核获取与编译 -Android kernel analysis papers to introduce the Android system kernel, including the acquisition and build the Android kernel
Platform: | Size: 168960 | Author: wyc | Hits:

[androidAndroid-system-ch02

Description: Android技术内幕系统卷第二章 Android的内核机制和结构剖析-Inside Android Android system volume Chapter kernel mechanisms and structural analysis
Platform: | Size: 779264 | Author: | Hits:

[androidflashlight-kernel

Description: android flashlight 的 kernel部分,支持GPIO和IIC两种控制方式。-android flashlight part of the kernel, support for GPIO, IIC two control modes.
Platform: | Size: 36864 | Author: 钱小兵 | Hits:

[androiducb1400_ts

Description: android kernel linux系统触摸屏ucb1400驱动源码。-android kernel linux system touch screen ucb1400 driver source code.
Platform: | Size: 4096 | Author: | Hits:

[androidwacom_w8001

Description: android kernel linux系统触摸屏wacom_w8001驱动源码。-android kernel linux system touch screen wacom_w8001 driver source code.
Platform: | Size: 2048 | Author: | Hits:

[android03_Android-Linuxprogram

Description: Android 通用的 Kernel 使用的处理器为 goldfish ,这是 一种 ARM 处理器。这个 Linux 编译生成的结果在 Android 的模拟器中使用。-Android Kernel common processors used for the goldfish, which is an ARM processor. The Linux results compiled using the Android emulator.
Platform: | Size: 239616 | Author: 文英 | Hits:

[androidtianqiDemo

Description: 一个基于java开发的android天气程序 开发工具eclipse+jdk+sdk android内核版本2.x-A java-based development of the android weather application development tools eclipse+ jdk+ sdk android kernel version 2.x
Platform: | Size: 777216 | Author: 陆建雄 | Hits:

[androidAndroid-Anatomy-GoogleIO

Description: Android Anatomy and Physiology Agenda • Android Anatomy • Linux Kernel • Native Libraries • Android Runtime • Application Framework • Android Physiology • Start-up Walkthrough • Layer Interaction-Android Anatomy and Physiology Agenda • Android Anatomy • Linux Kernel • Native Libraries • Android Runtime • Application Framework • Android Physiology • Start-up Walkthrough • Layer Interaction
Platform: | Size: 3116032 | Author: junsung | Hits:

[androidAndroid-system-boot-analyze-

Description: Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必须的配置信息,引导kernel启动 • linuxkernel启动linux内核 • init进程启动 • init进程读取init.rc启动必要的daemon程序,如:adbd、vold、netd、等 • init进程启动servicemanager---随后详细分析其过程 • init进程启动zygote ---随后详细分析其过程 • JAVA部分的Service启动 • init进程启动mediaserver---多媒体本地服务启动 本文主要分析android部分的启动,涉及范围为servicemanager启动到android系统的Java部分的Service -Android system starting procedure analyze .doc This paper mainly introduces the Android system startup process, to Androidinit after process part is given priority to, init with standard Linux kernel part before start completely the same. In Android start-up process complex, involving C, C++ and Java part, this paper to process analysis to let everybody as the main analysis is a system in Android clear ideas. In view of the limited my level, if there is the place of paper is not straight, please not stingy correct, I appreciate! The system can be roughly divided into a few start-up stage: · bootloader-initialization, read from Flash Kernel image and some must configuration information, so as to guide the Kernel start · linuxkernel start Linux kernel · init process start · init process read init. Rc start daemon necessary procedures, such as: adbd, vold, netd, etc · init process start servicemanager-then detailed analysis of the process · init process start zygote-then detailed
Platform: | Size: 22528 | Author: netwalk | Hits:

[androidAndroid-start-boot-analyze-

Description: Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必须的配置信息,引导kernel启动 • linuxkernel启动linux内核 • init进程启动 • init进程读取init.rc启动必要的daemon程序,如:adbd、vold、netd、等 • init进程启动servicemanager---随后详细分析其过程 • init进程启动zygote ---随后详细分析其过程 • JAVA部分的Service启动 • init进程启动mediaserver---多媒体本地服务启动 本文主要分析android部分的启动,涉及范围为servicemanager启动到android系统的Java部分的Service -This paper mainly introduces the Android system startup process, to Androidinit after process part is given priority to, init with standard Linux kernel part before start completely the same. In Android start-up process complex, involving C, C++ and Java part, this paper to process analysis to let everybody as the main analysis is a system in Android clear ideas. In view of the limited my level, if there is the place of paper is not straight, please not stingy correct, I appreciate! The system can be roughly divided into a few start-up stage: · bootloader-initialization, read from Flash Kernel image and some must configuration information, so as to guide the Kernel start · linuxkernel start Linux kernel · init process start · init process read init. Rc start daemon necessary procedures, such as: adbd, vold, netd, etc · init process start servicemanager-then detailed analysis of the process · init process start zygote-then detailed analysis of the process · JAVA part of the Serv
Platform: | Size: 22528 | Author: netwalk | Hits:

[androidpullPaser

Description: Pull解析和Sax解析很相似,都是轻量级的解析,在Android的内核中已经嵌入了Pull,所以我们不需要再添加第三方jar包来支持Pull。Pull解析和Sax解析不一样的地方有(1)pull读取xml文件后触发相应的事件调用方法返回的是数字(2)pull可以在程序中控制想解析到哪里就可以停止解析-Pull analytical and Sax analytical alike, are lightweight analysis, in the Android kernel has embedded the Pull, so we don t need to add a third party to support Pull jar package. Pull analytical and Sax analysis of different place have (1) Pull trigger after reading an XML file corresponding event called the method returns the number is (2) can Pull in the program control to where it can stop the analytical analytical
Platform: | Size: 40960 | Author: 张三飞 | Hits:

[androidLinux3_3-and-Android-driver

Description: Linux标准内核3_3包含Android驱动程序-Linux standard kernel with the Android driver 3_3
Platform: | Size: 2003968 | Author: 黄永龙 | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net